AdCoursePreReqRule 
Logical Entity Name  AdCoursePreReqRule 
Default Table Name  AdCoursePreReqRule 
Physical Only  NO 
Definition 
 
Note 
 

AdCoursePreReqRule Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AdCoursePreReqRuleID(PK)    int  NO 
 
Descrip    varchar(100)  YES 
 
AdCourseID(FK)    int  NO 
 
ParentRuleID(FK)    int  YES 
 
RuleType    char(1)  YES 
 
Operator    varchar(10)  YES 
 
NumRequired    int  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AdCoursePreReqRule Primary and Unique Keys 
Key Name  Key Type  Keys 
Pk_AdCoursePreReqRuleAdCoursePreReqRulesID  PrimaryKey  AdCoursePreReqRuleID 

AdCoursePreReqRule Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdCourse  Non-Identifying  One To Zero or More  FK_AdCoursePreReqRuleAdCourseID_AdCourseAdCourseID      AdCourseID  NO  YES 
AdCoursePreReqRule  Non-Identifying  Zero or One to Zero or More  FK_AdCoursePreReqRuleParentRuleID_AdCoursePreReqRuleAdCoursePreReqRuleId      ParentRuleID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AdCoursePreReqRuleUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AdCoursePreReqDetail  Non-Identifying  One To Zero or More  FK_AdCoursePreReqDetailAdCoursePreReqRuleId_AdCoursePreReqRuleAdCoursePreReqRuleId        NO  YES 
AdCoursePreReqRule  Non-Identifying  One To Zero or More  FK_AdCoursePreReqRuleParentRuleID_AdCoursePreReqRuleAdCoursePreReqRuleId        NO  YES 

AdCoursePreReqRule Check Constraints 
Check Constraint Name  CheckConstraint